home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 #4 / 1999 CD 4 (Red).iso / K.exe / 0 / RCDATA / TFRMDX / TFRMDX.txt < prev   
Encoding:
Text File  |  1999-01-27  |  2.4 KB  |  119 lines

  1. object frmDX: TfrmDX
  2.   Left = 415
  3.   Top = 262
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'frmDX'
  7.   ClientHeight = 480
  8.   ClientWidth = 640
  9.   Ctl3D = False
  10.   Color = clBlack
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Position = poScreenCenter
  17.   PrintScale = poNone
  18.   Scaled = False
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object imgback: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 640
  25.     Height = 480
  26.     Align = alClient
  27.   end
  28.   object lblDX: TLabel
  29.     Left = 16
  30.     Top = 16
  31.     Width = 240
  32.     Height = 400
  33.     AutoSize = False
  34.     Font.Charset = ANSI_CHARSET
  35.     Font.Color = clBlack
  36.     Font.Height = -13
  37.     Font.Name = 'Verdana'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.     Transparent = True
  41.     WordWrap = True
  42.   end
  43.   object Image1: TImage
  44.     Left = 290
  45.     Top = 418
  46.     Width = 290
  47.     Height = 55
  48.     Picture.Data = {<image000.bmp>}
  49.   end
  50.   object cmdNot: TTransKnap
  51.     Tag = 50
  52.     Left = 490
  53.     Top = 418
  54.     Width = 90
  55.     Height = 45
  56.     BevelStyle = bbNone
  57.     BevelSize = 0
  58.     Color = clBlack
  59.     MouseOverAction = True
  60.     Bitmapliste = frmForside.bml3
  61.     Font.Charset = ANSI_CHARSET
  62.     Font.Color = clWhite
  63.     Font.Height = -12
  64.     Font.Name = 'Verdana'
  65.     Font.Style = [fsBold]
  66.     Spacing = 0
  67.     Style = []
  68.     FontOverColor = clBlue
  69.     FontDownColor = clMaroon
  70.     OnClick = cmdNotClick
  71.     Transparent = False
  72.   end
  73.   object cmdOK: TTransKnap
  74.     Tag = 50
  75.     Left = 300
  76.     Top = 418
  77.     Width = 90
  78.     Height = 45
  79.     BevelStyle = bbNone
  80.     BevelSize = 0
  81.     Color = clBlack
  82.     MouseOverAction = True
  83.     Bitmapliste = frmForside.bml3
  84.     Font.Charset = ANSI_CHARSET
  85.     Font.Color = clWhite
  86.     Font.Height = -12
  87.     Font.Name = 'Verdana'
  88.     Font.Style = [fsBold]
  89.     Spacing = 0
  90.     Style = []
  91.     FontOverColor = clBlue
  92.     FontDownColor = clMaroon
  93.     OnClick = cmdOKClick
  94.     Transparent = False
  95.   end
  96.   object cmdHjaelp: TTransKnap
  97.     Tag = 1
  98.     Left = 395
  99.     Top = 418
  100.     Width = 90
  101.     Height = 45
  102.     BevelStyle = bbNone
  103.     BevelSize = 0
  104.     Color = clBlack
  105.     MouseOverAction = True
  106.     Bitmapliste = frmForside.bml3
  107.     Font.Charset = ANSI_CHARSET
  108.     Font.Color = clWhite
  109.     Font.Height = -12
  110.     Font.Name = 'Verdana'
  111.     Font.Style = [fsBold]
  112.     Style = []
  113.     FontOverColor = clBlue
  114.     FontDownColor = clMaroon
  115.     OnClick = cmdHjaelpClick
  116.     Transparent = False
  117.   end
  118. end
  119.